ant build if failing since 8.25 CET

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

ant build if failing since 8.25 CET

Pierre Smits
Hi all,

Running <./ant build> after an <./ant clean-all> on trunk at 8:25 CET
failed with messages:

  [javac16] Compiling 35 source files to
/Users/s0001/Documents/workspace/ofbiz-trunk-base/framework/jcr/build/classes
  [javac16]
/Users/s0001/Documents/workspace/ofbiz-trunk-base/framework/jcr/src/org/ofbiz/jcr/api/jackrabbit/JackrabbitFileHelper.java:25:
cannot find symbol
  [javac16] symbol  : class JcrUtilJackrabbit
  [javac16] location: package org.ofbiz.jcr.util.jackrabbit
  [javac16] import org.ofbiz.jcr.util.jackrabbit.JcrUtilJackrabbit;
  [javac16]                                     ^
  [javac16]
/Users/s0001/Documents/workspace/ofbiz-trunk-base/framework/jcr/src/org/ofbiz/jcr/api/jackrabbit/JackrabbitFileHelper.java:123:
cannot find symbol
  [javac16] symbol  : variable JcrUtilJackrabbit
  [javac16] location: class
org.ofbiz.jcr.api.jackrabbit.JackrabbitFileHelper
  [javac16]         folderPath =
JcrUtilJackrabbit.createAbsoluteNodePath(folderPath);
  [javac16]                      ^
  [javac16] Note:
/Users/s0001/Documents/workspace/ofbiz-trunk-base/framework/jcr/src/org/ofbiz/jcr/loader/RepositoryFactory.java
uses unchecked or unsafe operations.
  [javac16] Note: Recompile with -Xlint:unchecked for details.
  [javac16] 2 errors

BUILD FAILED
/Users/s0001/Documents/workspace/ofbiz-trunk-base/build.xml:214: The
following error occurred while executing this line:
/Users/s0001/Documents/workspace/ofbiz-trunk-base/framework/build.xml:148:
The following error occurred while executing this line:
/Users/s0001/Documents/workspace/ofbiz-trunk-base/macros.xml:39: The
following error occurred while executing this line:
/Users/s0001/Documents/workspace/ofbiz-trunk-base/common.xml:91: Compile
failed; see the compiler error output for details.

I ran it after I got the latest revisions from trunk.

Regards,

Pierre
Reply | Threaded
Open this post in threaded view
|

Re: ant build if failing since 8.25 CET

Pierre Smits
After doing another update from trunk at 8:45 CET <./ant build> resumed
normal working (build successful) conditions.





Op 19 april 2012 08:31 schreef Pierre Smits <[hidden email]> het
volgende:

> Hi all,
>
> Running <./ant build> after an <./ant clean-all> on trunk at 8:25 CET
> failed with messages:
>
>   [javac16] Compiling 35 source files to
> /Users/s0001/Documents/workspace/ofbiz-trunk-base/framework/jcr/build/classes
>   [javac16]
> /Users/s0001/Documents/workspace/ofbiz-trunk-base/framework/jcr/src/org/ofbiz/jcr/api/jackrabbit/JackrabbitFileHelper.java:25:
> cannot find symbol
>   [javac16] symbol  : class JcrUtilJackrabbit
>   [javac16] location: package org.ofbiz.jcr.util.jackrabbit
>   [javac16] import org.ofbiz.jcr.util.jackrabbit.JcrUtilJackrabbit;
>   [javac16]                                     ^
>   [javac16]
> /Users/s0001/Documents/workspace/ofbiz-trunk-base/framework/jcr/src/org/ofbiz/jcr/api/jackrabbit/JackrabbitFileHelper.java:123:
> cannot find symbol
>   [javac16] symbol  : variable JcrUtilJackrabbit
>   [javac16] location: class
> org.ofbiz.jcr.api.jackrabbit.JackrabbitFileHelper
>   [javac16]         folderPath =
> JcrUtilJackrabbit.createAbsoluteNodePath(folderPath);
>   [javac16]                      ^
>   [javac16] Note:
> /Users/s0001/Documents/workspace/ofbiz-trunk-base/framework/jcr/src/org/ofbiz/jcr/loader/RepositoryFactory.java
> uses unchecked or unsafe operations.
>   [javac16] Note: Recompile with -Xlint:unchecked for details.
>   [javac16] 2 errors
>
> BUILD FAILED
> /Users/s0001/Documents/workspace/ofbiz-trunk-base/build.xml:214: The
> following error occurred while executing this line:
> /Users/s0001/Documents/workspace/ofbiz-trunk-base/framework/build.xml:148:
> The following error occurred while executing this line:
> /Users/s0001/Documents/workspace/ofbiz-trunk-base/macros.xml:39: The
> following error occurred while executing this line:
> /Users/s0001/Documents/workspace/ofbiz-trunk-base/common.xml:91: Compile
> failed; see the compiler error output for details.
>
> I ran it after I got the latest revisions from trunk.
>
> Regards,
>
> Pierre
>