Thank you. I have tried that and it now failing on tests. Here is the error
trace:
[INFO]
-------------------------------------------------------------------------
---
[INFO] Building Geronimo :: Service :: Builder
[INFO]    task-segment: [install]
[INFO]
-------------------------------------------------------------------------
---
[INFO] [tools:require-java-version {execution: validate-java-version}]
[INFO] [xmlbeans:xmlbeans {execution: default}]
[INFO] All schema objects are up to date.
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test]
[INFO] Surefire report directory:
C:\geronimo-dev\trunk\modules\geronimo-service
-builder\target\surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.geronimo.deployment.service.ServiceConfigBuilderTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.25 sec <<<
FAI
LURE!
Running org.apache.geronimo.deployment.service.EnvironmentBuilderTest
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.093 sec
<<< FA
ILURE!

Results :
Tests run: 5, Failures: 0, Errors: 5, Skipped: 0

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] There are test failures.

On 12/14/06, Joe Bohn <[EMAIL PROTECTED]> wrote:

Try running a bootstrap first:
mvn -Dstage=bootstrap

After this you can build the remaining portions of Geronimo with this
command:
mvn -Dstage=assemble

Joe


Apparao Kalimireddy wrote:
> I got the latest code from trunk and when try to compile by executing
> "mvn install",
> I get following error. It is not finding
> modules\geronimo-naming-builder\src\main\schema\geronimo- module-1.2.xsd
>
> Any help is appreciated.
>
> -Apparao
>
> [INFO]
>
-------------------------------------------------------------------------
> ---
> [INFO] Building Geronimo :: Naming :: Builder
> [INFO]    task-segment: [install]
> [INFO]
>
-------------------------------------------------------------------------
> ---
> [INFO] [tools:require-java-version {execution: validate-java-version}]
> [INFO] [xmlbeans:xmlbeans {execution: default}]
> IO Error java.io.FileNotFoundException:
> C:\geronimo-dev\trunk\modules\geronimo-n
> aming-builder\src\main\schema\geronimo-module-1.2.xsd (The system cannot
> find th
> e file specified)
> Time to build schema type system: 1.859 seconds
> BUILD FAILED
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] XmlBeans compile failed:
>  xml ErrorLoading schema file
> C:\geronimo-dev\trunk\modules\geronimo-naming-buil
> der\src\main\schema\geronimo-naming-1.2.xsd
> xml ErrorLoading config file
> C:\geronimo-dev\trunk\modules\geronimo-naming-build
> er\src\main\schema\xmlconfig.xml
> xml
>
ErrorC:\geronimo-dev\trunk\modules\geronimo-naming-builder\src\main\schema\g
> eronimo-naming-1.2.xsd:29: error: java.io.FileNotFoundException:
> C:\geronimo-dev
> \trunk\modules\geronimo-naming-builder\src\main\schema\geronimo-
> module-1.2.xsd (
> The system cannot find the file specified)
>

Reply via email to