I add the antRun plugin to fix the core Maven build. The compile phase
has no problem now and the test-compile phase still got some wired
problems when I tried to compile the Java test files. For example, if
you uncomment the execute3 section in core pom.xml file for the maven-
antrun-plugin plugin, you will see the following error,

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] An Ant BuildException has occured: Compilation Failed

startup failed, Compile error during compilation with javac.
/mnt/disk/work/workspace/test/core/src/test/groovy/example/test/java/
DogselfDemosPageJavaTestCase.java:21: cannot access
org.tellurium.dsl.BaseDslContext
bad class file: /mnt/disk/work/workspace/test/core/target/classes/org/
tellurium/dsl/BaseDslContext.class
undeclared type variable: E
Please remove or make sure it appears in the correct subdirectory of
the classpath.
        d = new DogselfDemosPage();
            ^
1 error

I am still doing some research on this. Matt, please also take a look
if you have time.

The good news is that if we comment out that section, core building,
packaging to jar, and running tellurium tests are all working now. The
only piece left is to include couple Java test cases in.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to