Thanks, it worked ; ) On Mon, Mar 17, 2008 at 8:15 PM, Luciano Resende <[EMAIL PROTECTED]> wrote:
> Please do a svn up, I saw the same issue on continuum and fixed it last > night. > > On Mon, Mar 17, 2008 at 8:13 PM, Adriano Crestani > <[EMAIL PROTECTED]> wrote: > > Is the SCA implementation-node-runtime module only compatible with Java > 1.6? > > I got an error about a missing method, the String.isEmpty(), but > according > > javadoc [1], this method is only available on Java 1.6. Below the error > I > > got on mvn execution: > > > > *[INFO] [jar:jar] > > [INFO] Building jar: > > E:\Adriano\Projects\Tuscany\java\sca\modules\node2-impl\tar > > get\tuscany-node2-impl-1.2-incubating-SNAPSHOT.jar > > [INFO] [install:install] > > [INFO] Installing > > E:\Adriano\Projects\Tuscany\java\sca\modules\node2-impl\target > > \tuscany-node2-impl-1.2-incubating-SNAPSHOT.jar to > > C:\Users\Adriano\.m2\reposito > > > > ry\org\apache\tuscany\sca\tuscany-node2-impl\1.2-incubating-SNAPSHOT\tuscany-nod > > e2-impl-1.2-incubating-SNAPSHOT.jar > > [INFO] > > > ------------------------------------------------------------------------ > > [INFO] Building Apache Tuscany SCA Node Implementation Extension > > [INFO] task-segment: [install] > > [INFO] > > > ------------------------------------------------------------------------ > > [INFO] [resources:resources] > > [INFO] Using default encoding to copy filtered resources. > > [INFO] [compiler:compile] > > [INFO] Compiling 2 source files to > > E:\Adriano\Projects\Tuscany\java\sca\modules\ > > implementation-node-runtime\target\classes > > [INFO] > > > ------------------------------------------------------------------------ > > [ERROR] BUILD FAILURE > > [INFO] > > > ------------------------------------------------------------------------ > > [INFO] Compilation failure > > > > > > E:\Adriano\Projects\Tuscany\java\sca\modules\implementation-node-runtime\src\mai > > > > n\java\org\apache\tuscany\sca\implementation\node\launcher\NodeLauncherUtil.java > > :[85,32] cannot find symbol > > symbol : method isEmpty() > > location: class java.lang.String > > > > > > E:\Adriano\Projects\Tuscany\java\sca\modules\implementation-node-runtime\src\mai > > > > n\java\org\apache\tuscany\sca\implementation\node\launcher\NodeLauncherUtil.java > > :[88,33] cannot find symbol > > symbol : method isEmpty() > > location: class java.lang.String > > > > > > [INFO] > > > ------------------------------------------------------------------------ > > [INFO] For more information, run Maven with the -e switch > > [INFO] > > > ------------------------------------------------------------------------ > > [INFO] Total time: 12 minutes 33 seconds > > [INFO] Finished at: Mon Mar 17 22:49:13 PDT 2008 > > [INFO] Final Memory: 50M/63M > > [INFO] > > > ------------------------------------------------------------------------ > > > > E:\Adriano\Projects\Tuscany\java\sca>mvn -version > > Maven version: 2.0.8 > > Java version: 1.5.0_15 > > OS name: "windows vista" version: "6.0" arch: "x86" Family: "windows"* > > > > [1] > http://java.sun.com/javase/6/docs/api/java/lang/String.html#isEmpty()<http://java.sun.com/javase/6/docs/api/java/lang/String.html#isEmpty%28%29> > <http://java.sun.com/javase/6/docs/api/java/lang/String.html#isEmpty%28%29 > > > > > > > > -- > Luciano Resende > Apache Tuscany Committer > http://people.apache.org/~lresende <http://people.apache.org/%7Elresende> > http://lresende.blogspot.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
