Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Confusion over proper way to specify static weaving on the command line

I don't think the source jar needs to be on the classpath, although should be
ok if it is.  I would recommend trying it and see.  In general I find the
ant task easier to use.

The classpath is for additional jars, such as eclipselink, persistence, etc.



ljnelson wrote:
> 
> The documentation says that the -classpath argument to the command line
> weaver is required.
> 
> It says that this is where the "Java source" to be weaved is located.
> 
> Then the documentation also says that a source argument must be given
> (that
> it is required) and it can be either a jar file or a directory,
> and...frankly it looks like someone copied and pasted something badly.
> 
> My question is: how accurate is the following documentation?
> http://wiki.eclipse.org/Using_EclipseLink_JPA_Extensions_%28ELUG%29#How_to_Configure_Static_Weaving_for_JPA_Entities
> 
> Best,
> Laird
> 
> 


-----
http://wiki.eclipse.org/User:James.sutherland.oracle.com James Sutherland 
http://www.eclipse.org/eclipselink/
 EclipseLink ,  http://www.oracle.com/technology/products/ias/toplink/
TopLink 
Wiki:  http://wiki.eclipse.org/EclipseLink EclipseLink , 
http://wiki.oracle.com/page/TopLink TopLink 
Forums:  http://forums.oracle.com/forums/forum.jspa?forumID=48 TopLink , 
http://www.nabble.com/EclipseLink-f26430.html EclipseLink 
Book:  http://en.wikibooks.org/wiki/Java_Persistence Java Persistence 
Blog:  http://java-persistence-performance.blogspot.com/ Java Persistence
Performance 
-- 
View this message in context: http://old.nabble.com/Confusion-over-proper-way-to-specify-static-weaving-on-the-command-line-tp31052180p31107182.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top