Accounting compilation error
---------------------------- Key: OFBIZ-1929 URL: https://issues.apache.org/jira/browse/OFBIZ-1929 Project: OFBiz Issue Type: Bug Components: accounting Affects Versions: Release Branch 4.0 Environment: Debian Stable - JDK 5 Reporter: Eric DE MAULDE Priority: Blocker Fix For: Release Branch 4.0 Error in ANT compilation from accounting application. ANT can't find any imported classes in java file. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric DE MAULDE resolved OFBIZ-1929. ----------------------------------- Resolution: Fixed Version 687614 The solution in application/accounting/build.xml is : Line 32 <<<<<<<ORIGINAL <target name="classpath"> <path id="local.class.path> ... </path> </target> <<<<<<CORECTION <path id="local.class.path> ... </path> > Accounting compilation error > ---------------------------- > > Key: OFBIZ-1929 > URL: https://issues.apache.org/jira/browse/OFBIZ-1929 > Project: OFBiz > Issue Type: Bug > Components: accounting > Affects Versions: Release Branch 4.0 > Environment: Debian Stable - JDK 5 > Reporter: Eric DE MAULDE > Priority: Blocker > Fix For: Release Branch 4.0 > > > Error in ANT compilation from accounting application. ANT can't find any imported classes in java file. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624354#action_12624354 ] Jacques Le Roux commented on OFBIZ-1929: ---------------------------------------- I can't see any problem in curent release. What is the problem ? > Accounting compilation error > ---------------------------- > > Key: OFBIZ-1929 > URL: https://issues.apache.org/jira/browse/OFBIZ-1929 > Project: OFBiz > Issue Type: Bug > Components: accounting > Affects Versions: Release Branch 4.0 > Environment: Debian Stable - JDK 5 > Reporter: Eric DE MAULDE > Priority: Blocker > Fix For: Release Branch 4.0 > > > Error in ANT compilation from accounting application. ANT can't find any imported classes in java file. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624366#action_12624366 ] Eric DE MAULDE commented on OFBIZ-1929: --------------------------------------- You're right. I'm very sorry. I can't understand why into my updated file, there was "<target name="classpath"> " extra. Thanks > Accounting compilation error > ---------------------------- > > Key: OFBIZ-1929 > URL: https://issues.apache.org/jira/browse/OFBIZ-1929 > Project: OFBiz > Issue Type: Bug > Components: accounting > Affects Versions: Release Branch 4.0 > Environment: Debian Stable - JDK 5 > Reporter: Eric DE MAULDE > Priority: Blocker > Fix For: Release Branch 4.0 > > > Error in ANT compilation from accounting application. ANT can't find any imported classes in java file. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric DE MAULDE closed OFBIZ-1929. --------------------------------- It was a mistake > Accounting compilation error > ---------------------------- > > Key: OFBIZ-1929 > URL: https://issues.apache.org/jira/browse/OFBIZ-1929 > Project: OFBiz > Issue Type: Bug > Components: accounting > Affects Versions: Release Branch 4.0 > Environment: Debian Stable - JDK 5 > Reporter: Eric DE MAULDE > Priority: Blocker > Fix For: Release Branch 4.0 > > > Error in ANT compilation from accounting application. ANT can't find any imported classes in java file. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |