Building documentation

Building the documentation went without a hitch the first time, but now I just get the following. Tips?

$ cd /cygdrive/f/dhissrc/dhis2-docbook-docs
$ mvn clean install
[INFO] Scanning for projects…

[INFO] ----------------------------------------------------------------------------
[INFO] Building DHIS 2 Documentation
[INFO] task-segment: [clean, install]
[INFO] ----------------------------------------------------------------------------

[INFO] [clean:clean]
[INFO] Deleting file set: f:\dhissrc\dhis2-docbook-docs\target (included: [**], excluded: [])
[INFO] [resources:resources]
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!

[INFO] skip non existing resourceDirectory f:\dhissrc\dhis2-docbook-docs\src\main\resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!

[INFO] skip non existing resourceDirectory f:\dhissrc\dhis2-docbook-docs\src\test\resources
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]

[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: f:\dhissrc\dhis2-docbook-docs\target\dhis-documentation-docbook-1.0.0.jar
[INFO] [install:install]
[INFO] Installing f:\dhissrc\dhis2-docbook-docs\target\dhis-documentation-docbook-1.0.0.jar to f:\maven_repo3\org\hisp\dhis\dhis-documentation-docbook\1.0.0\dhis-documentation-docbook-1.0.0.jar

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------

···


Cheers,

Knut Staring

No experience with Cygwin so cannot add much here. Maybe some Maven
guru out there would have some tips?

···

On 11/16/09, Knut Staring <knutst@gmail.com> wrote:

Building the documentation went without a hitch the first time, but now I
just get the following. Tips?

$ cd /cygdrive/f/dhissrc/dhis2-docbook-docs
$ mvn clean install
[INFO] Scanning for projects...
[INFO]
----------------------------------------------------------------------------
[INFO] Building DHIS 2 Documentation
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: f:\dhissrc\dhis2-docbook-docs\target (included:
[**], excluded: )
[INFO] [resources:resources]
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered
resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory
f:\dhissrc\dhis2-docbook-docs\src\main\resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered
resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory
f:\dhissrc\dhis2-docbook-docs\src\test\resources
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar:
f:\dhissrc\dhis2-docbook-docs\target\dhis-documentation-docbook-1.0.0.jar
[INFO] [install:install]
[INFO] Installing
f:\dhissrc\dhis2-docbook-docs\target\dhis-documentation-docbook-1.0.0.jar to
f:\maven_repo3\org\hisp\dhis\dhis-documentation-docbook\1.0.0\dhis-documentation-docbook-1.0.0.jar
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO]
------------------------------------------------------------------------

--
Cheers,
Knut Staring

No experience with Cygwin so cannot add much here.

Same happens in DOS .

···

On Mon, Nov 16, 2009 at 8:08 AM, Jason Pickering jason.p.pickering@gmail.com wrote:

Maybe some Maven

guru out there would have some tips?

On 11/16/09, Knut Staring knutst@gmail.com wrote:

Building the documentation went without a hitch the first time, but now I

just get the following. Tips?

$ cd /cygdrive/f/dhissrc/dhis2-docbook-docs

$ mvn clean install

[INFO] Scanning for projects…

[INFO]


[INFO] Building DHIS 2 Documentation

[INFO] task-segment: [clean, install]

[INFO]


[INFO] [clean:clean]

[INFO] Deleting file set: f:\dhissrc\dhis2-docbook-docs\target (included:

[**], excluded: )

[INFO] [resources:resources]

[WARNING] Using platform encoding (Cp1252 actually) to copy filtered

resources, i.e. build is platform dependent!

[INFO] skip non existing resourceDirectory

f:\dhissrc\dhis2-docbook-docs\src\main\resources

[INFO] [compiler:compile]

[INFO] No sources to compile

[INFO] [resources:testResources]

[WARNING] Using platform encoding (Cp1252 actually) to copy filtered

resources, i.e. build is platform dependent!

[INFO] skip non existing resourceDirectory

f:\dhissrc\dhis2-docbook-docs\src\test\resources

[INFO] [compiler:testCompile]

[INFO] No sources to compile

[INFO] [surefire:test]

[INFO] No tests to run.

[INFO] [jar:jar]

[WARNING] JAR will be empty - no content was marked for inclusion!

[INFO] Building jar:

f:\dhissrc\dhis2-docbook-docs\target\dhis-documentation-docbook-1.0.0.jar

[INFO] [install:install]

[INFO] Installing

f:\dhissrc\dhis2-docbook-docs\target\dhis-documentation-docbook-1.0.0.jar to

f:\maven_repo3\org\hisp\dhis\dhis-documentation-docbook\1.0.0\dhis-documentation-docbook-1.0.0.jar

[INFO]


[INFO] BUILD SUCCESSFUL

[INFO]


Cheers,

Knut Staring


Cheers,
Knut Staring

Building the documentation went without a hitch the first time, but now I just get the following. Tips?

Is it something I´m missing, doesn´t it successfully do what you ask of it?

[INFO] Installing f:\dhissrc\dhis2-docbook-docs\target\dhis-documentation-docbook-1.0.0.jar to f:\maven_repo3\org\hisp\dhis\dhis-documentation-docbook\1.0.0\dhis-documentation-docbook-1.0.0.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------

I guess you´d better run mvn docbkx:generate-pdf or something?

Jo

···

Den 16. nov. 2009 kl. 08.05 skrev Knut Staring:

Or simply run the .sh or .bat script that Jason has put in the root of the docs project (which incl. the pdf generation Jo mentioned).

Ola

···

2009/11/16 Jo Størset storset@gmail.com

Den 16. nov. 2009 kl. 08.05 skrev Knut Staring:

Building the documentation went without a hitch the first time, but now I just get the following. Tips?

Is it something I´m missing, doesn´t it successfully do what you ask of it?

[INFO] Installing f:\dhissrc\dhis2-docbook-docs\target\dhis-documentation-docbook-1.0.0.jar to f:\maven_repo3\org\hisp\dhis\dhis-documentation-docbook\1.0.0\dhis-documentation-docbook-1.0.0.jar

[INFO] ------------------------------------------------------------------------

[INFO] BUILD SUCCESSFUL

[INFO] ------------------------------------------------------------------------

I guess you´d better run mvn docbkx:generate-pdf or something?

Jo


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Yeah…sorry, I had forgotten that we are not using mvn install for docs - it probably seemed to work the first time because I had an old build.

k

···

On Mon, Nov 16, 2009 at 12:48 PM, Ola Hodne Titlestad olatitle@gmail.com wrote:

Or simply run the .sh or .bat script that Jason has put in the root of the docs project (which incl. the pdf generation Jo mentioned).

Ola

2009/11/16 Jo Størset storset@gmail.com

Den 16. nov. 2009 kl. 08.05 skrev Knut Staring:

Building the documentation went without a hitch the first time, but now I just get the following. Tips?

Is it something I´m missing, doesn´t it successfully do what you ask of it?

[INFO] Installing f:\dhissrc\dhis2-docbook-docs\target\dhis-documentation-docbook-1.0.0.jar to f:\maven_repo3\org\hisp\dhis\dhis-documentation-docbook\1.0.0\dhis-documentation-docbook-1.0.0.jar

[INFO] ------------------------------------------------------------------------

[INFO] BUILD SUCCESSFUL

[INFO] ------------------------------------------------------------------------

I guess you´d better run mvn docbkx:generate-pdf or something?

Jo


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp


Cheers,
Knut Staring