File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ echo "Building target project to ensure classes are available..."
133133echo " Getting dependency classpath from target project..."
134134# Get both the project's classes and its dependencies
135135TARGET_CP=" $PROJECT_DIR /target/classes"
136- DEP_CP=$( cd " $PROJECT_DIR " && mvn dependency:build-classpath -q -DincludeScope=compile -Dmdep.outputFile=/dev/stdout)
136+ DEP_CP=$( cd " $PROJECT_DIR " && mvn dependency:build-classpath -U - q -DincludeScope=compile -Dmdep.outputFile=/dev/stdout)
137137FULL_CP=" $TARGET_CP :$DEP_CP "
138138
139139echo " Debug: Using classpath: $FULL_CP "
@@ -157,4 +157,4 @@ echo "Debug: Passing system properties: -Dgenerator.version='$GENERATOR_VERSION'
157157java -Dgenerator.version=" $GENERATOR_VERSION " -Dgenerator.githash=" $GENERATOR_GIT_HASH " -cp " $FULL_CP :$GENERATOR_JAR " nl.aerius.codegen.ParserGenerator " ${GENERATOR_ARGS[@]} "
158158# --- End Modified java command ---
159159
160- echo " Parser generation completed successfully!"
160+ echo " Parser generation completed successfully!"
You can’t perform that action at this time.
0 commit comments