Skip to content

Commit

Permalink
[GovWayCore]
Browse files Browse the repository at this point in the history
Corrette opzioni di compilazione dei sorgenti descritte in README.compile
  • Loading branch information
andreapoli committed Sep 18, 2018
1 parent 2fa7a52 commit fe948ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.compile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ In questo file sono documentate le modalità di ricompilazione del software GovW
Esempio:
ant

NOTA: Il processo di build richiede memoria (soprattutto per quanto riguarda il PermGen space).
Se si ottiene un out of memory regolare la memoria fornita ad ant impostando la seguente variabile di ambiente:
export ANT_OPTS="-Xmx1024m -XX:MaxMetaspaceSize=1024m"

3. Installazione dei Binari prodotti

3.1 Tutti i jar compilati saranno disponibili al termine della compilazione nella sottodirectory dist della directory di lavoro
Expand Down
1 change: 0 additions & 1 deletion ant/commons/git-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<target name="checkgit" >
<fileset dir="${required_lib}" id="jgit.jar">
<include name="git/*.jar"/>
<include name="log/*.jar" />
</fileset>
<pathconvert pathsep=" " property="jgit.jar.list" refid="jgit.jar">
<map from="${basedir}/${required_lib}/" to="lib/"/>
Expand Down

0 comments on commit fe948ed

Please sign in to comment.