Re: Eclipse Classpath

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: Eclipse Classpath

Cameron Smith-6
I have just setup a tweaked version of OFBiz in a local SVN repository, as per the instructinos on OFBiz Wiki, and one thing I fixed was the .classpath - which appears to point all source dirs to build to bin, instead of the correct build/classes subdirs.

This means that incremental building (Project -> Build automatically) doesn-t work, as the changed classes don't get built to the place OFBiz looks for them.  I have corrected this in our local copy of .classpath and would be happy to submit a patch for this, if David thinks it is worth it.

cameron



       
       
               
___________________________________________________________
New Yahoo! Mail is the ultimate force in competitive emailing. Find out more at the Yahoo! Mail Championships. Plus: play games and win prizes.
http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk
Reply | Threaded
Open this post in threaded view
|

Re: Eclipse Classpath

Scott Gray
Hi Cameron

Yes, please create a jira issue and attach a patch, I'm sure it would be
committed.

Thanks
Scott

Cameron Smith wrote:

> I have just setup a tweaked version of OFBiz in a local SVN repository, as per the instructinos on OFBiz Wiki, and one thing I fixed was the .classpath - which appears to point all source dirs to build to bin, instead of the correct build/classes subdirs.
>
> This means that incremental building (Project -> Build automatically) doesn-t work, as the changed classes don't get built to the place OFBiz looks for them.  I have corrected this in our local copy of .classpath and would be happy to submit a patch for this, if David thinks it is worth it.
>
> cameron
>
>
>
>
>
>
> ___________________________________________________________
> New Yahoo! Mail is the ultimate force in competitive emailing. Find out more at the Yahoo! Mail Championships. Plus: play games and win prizes.
> http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk 
>
>  

Reply | Threaded
Open this post in threaded view
|

Re: Eclipse Classpath

BJ Freeman
In reply to this post by Cameron Smith-6
just a note:
the build is usually done thru Ant.
if you move the bin to the build it will overwrite the classes that are built by
ant.


Cameron Smith wrote:

> I have just setup a tweaked version of OFBiz in a local SVN repository, as per the instructinos on OFBiz Wiki, and one thing I fixed was the .classpath - which appears to point all source dirs to build to bin, instead of the correct build/classes subdirs.
>
> This means that incremental building (Project -> Build automatically) doesn-t work, as the changed classes don't get built to the place OFBiz looks for them.  I have corrected this in our local copy of .classpath and would be happy to submit a patch for this, if David thinks it is worth it.
>
> cameron
>
>
>
>
>
>
> ___________________________________________________________
> New Yahoo! Mail is the ultimate force in competitive emailing. Find out more at the Yahoo! Mail Championships. Plus: play games and win prizes.
> http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk 
>
>
>