Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
23 changes: 0 additions & 23 deletions .gitattributes

This file was deleted.

29 changes: 0 additions & 29 deletions .gitignore

This file was deleted.

11 changes: 11 additions & 0 deletions CONTRIBUTING_WINDOWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Building AsterixDB on Windows

To successfully build the project on Windows, use the following Maven flags to bypass common path and environment issues:

### Build Command
`mvn clean install -DskipTests -Dmdep.analyze.skip=true`

### Troubleshooting
- **Dependency Analysis Errors:** Use `-Dmdep.analyze.skip=true` to avoid Windows path resolution bugs.
- **Java Permissions:** If using Java 17+, add `--add-opens java.base/java.io=ALL-UNNAMED` to your VM options.
- **Dashboard Failures:** If the UI build fails, you can skip it with `-pl !asterix-dashboard`.
108 changes: 0 additions & 108 deletions README.md

This file was deleted.

Loading